ci: change download url of appimagetool
authorJyrki Gadinger <nilsding@nilsding.org>
Mon, 21 Jul 2025 11:09:10 +0000 (13:09 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Mon, 21 Jul 2025 12:08:02 +0000 (12:08 +0000)
The appimagetool as previously provided from the AppImageKit repo was
deprecated and removed.

The new versions as provided by the appimagetool repository also ship
with an updated runtime which from my understanding improve
compatibility (e.g. libfuse is now statically linked, so systems don't
need to have it present) and seem to slightly reduce the binary size as
well.

Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
admin/linux/build-appimage.sh

index 334d58eaa4e33017e1fbce384a5c58967ef3b9d0..68aa5da88d900ba48fc17286518e4d91235f2025 100755 (executable)
@@ -101,7 +101,7 @@ export QML_SOURCES_PATHS=${DESKTOP_CLIENT_ROOT}/src/gui
 
 # Workaround issue #103 and #7231
 export APPIMAGETOOL=appimagetool-x86_64.AppImage
-wget -O ${APPIMAGETOOL} --ca-directory=/etc/ssl/certs -c https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
+wget -O ${APPIMAGETOOL} --ca-directory=/etc/ssl/certs -c https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage
 chmod a+x ${APPIMAGETOOL}
 rm -rf ./squashfs-root
 ./${APPIMAGETOOL} --appimage-extract